home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / teglp.zip / README.TXT < prev    next >
Text File  |  1990-06-29  |  4KB  |  98 lines

  1. You have received the Introductory Package of the TEGL Windows
  2. Toolkit II for Turbo Pascal V 5.5.
  3.  
  4. This package is designed to let you really try out most of the
  5. features of the Toolkit without having to buy it.
  6.  
  7. You may create and evaluate programs using this Introductory Package
  8. but you may not sell or distribute them. To do that you must purchase
  9. a commercial version. You may, however distribute the COMPLETE set
  10. of files in this package provided no charge is made other than a
  11. nominal charge for copying.
  12.  
  13. Here is a list of differences between the Intro Pack and the
  14. Commercial Version.
  15.  
  16. Intro Pack                   Commercial
  17.  
  18.   * 7 fonts                    * 27 fonts
  19.   * available ram              * EMM and virtual memory
  20.   * no source code             * complete source code
  21.                                  including assembly language
  22.   * cannot distribute          * no royalties, can freely
  23.     programs                     distribute your programs
  24.  
  25. The documentation provided on the disk is the same as what is
  26. provided with the commercial version. If you decide to order
  27. the commercial version then you won't have to print out a new
  28. copy. These following items in the documentation are not in the
  29. Introductory Package:
  30.  
  31.   * Only the icon editor is provided, not the icon library
  32.     management programs.
  33.   * Chapter on Virtual Memory. Only the heap management routines
  34.     are included.
  35.   * SVGA800x600x16 - this graphics mode not provided.
  36.   * Only the fonts font07, font09, font14, future, oenglish, pc24
  37.     and pc9 are supplied.
  38.  
  39.  
  40. Most of the files in this package are in a compressed form.
  41. The installation program extracts the files onto your hard
  42. disk.
  43.  
  44. Programs supplied in EXE format have been compressed with a
  45. public domain utility call LZEXE. This program is available
  46. on many bulletin boards and compuserve.
  47.  
  48. FILES supplied in this package
  49. ----------------------------------------------------------------
  50. iconedit exe    - icon editor program (see chapter 3)
  51. install  exe    - installtion program for hard drive (see below)
  52. list     com    - program to read text files (and documentation)
  53.                   with.
  54. readme   txt    - you know what this is
  55. samprogs zip    - program examples
  56. tegl     exe    - demo program
  57. tegldoc  zip    - documentation
  58.               tegldisk.prn - the manual
  59.               printdoc.bat - batch file to print the manual
  60.               order.doc - order form for toolkit / games
  61.               toolkit.doc - more info on the toolkit
  62.               teglinfo.doc - info on the company
  63.  
  64. tpu      zip    - all thats required to start programming GUI style
  65.  
  66.  
  67.  
  68. INSTALL drive:[path]
  69. ----------------------------------------------------------------
  70.  
  71. drive must be a hard drive and have 1 megabyte of
  72. free space.
  73.  
  74. If you do not specify a path then \TEGLII is used. Exe,
  75. doc and exam sub-directories are created.
  76.  
  77. After installation you will need the crt.tpu and graph.tpu to
  78. compile programs with the toolkit.
  79.  
  80. COMPILING with the integrated environment.
  81. ----------------------------------------------------------------
  82. Since graphics programs require so much memory it is unlikely
  83. that you will be able to run a complex program from within the
  84. environment but many programs can be compiled and linked within
  85. it.
  86.  
  87.  
  88. BGI Drivers
  89. ------------------------------------------------------------------
  90.  
  91.  
  92. The BGI drivers are in the tpu files DRVCGA.TPU, DRVHERC.TPU,
  93. DRVEVGA.TPU. You only need to list the ones required in the uses
  94. statement in your main program to link it in. If you do not link
  95. them in or have the BGI driver available. If not the program will
  96. abort with the message "SetGraphicMode Error".
  97.  
  98.